home *** CD-ROM | disk | FTP | other *** search
/ Sports Illustrated for Kids - Awesome Athletes! / Sports Illustrated for Kids - Awesome Athletes!.iso / hf.dir / 00395_POGSROLL.PCT.ls < prev    next >
Encoding:
Text File  |  1996-04-19  |  269 b   |  12 lines

  1. on mouseUp
  2.   global ghfathlete, gHFposition, gHFstate
  3.   set the itemDelimiter to ","
  4.   set vcaptions to item 4 of getaProp(ghfathlete, gHFposition)
  5.   puppetSound("pog.aif")
  6.   updateStage()
  7.   if vcaptions > 2 then
  8.     set gHFstate to "3"
  9.     go("caption1")
  10.   end if
  11. end
  12.